adTempus API
PreviousUpNext
IObjectRequestFilter::GetOrderClause Method

Gets the order clause for the selection statement.

C++
HRESULT GetOrderClause([out,retval] BSTR * orderClause);
C#
GetOrderClause([out,retval] BSTR orderClause);
Visual Basic
Sub GetOrderClause(orderClause As [out,retval] BSTR)

A valid SQL ORDER BY, excluding the "order by" statement. Return an empty string to omit the ORDER clause.

See the overview for information on the proper syntax for the clause.

adTempus API Reference version 3.0.0.0, revised 10/30/2008